home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / starball.swf / scripts / DefineButton2_243 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-06-13  |  248 b   |  14 lines

  1. on(press){
  2.    _root.muzonOff = !_root.muzonOff;
  3.    if(!_root.muzonOff)
  4.    {
  5.       gotoAndStop("on");
  6.       _root.muzon.gotoAndStop("start");
  7.    }
  8.    else
  9.    {
  10.       gotoAndStop("off");
  11.       _root.muzon.gotoAndStop("endsound");
  12.    }
  13. }
  14.